home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2004 November / PC Advisor November 2004.iso / gsp_run.gsp < prev    next >
Encoding:
INI File  |  2002-07-02  |  31.5 KB  |  1,064 lines

  1. [AutoCreate]
  2. // *** Initialize variables ***
  3. CDNUMBER="gspcd0906a"
  4. LAUNCHERTITLE="Print Pack"
  5. TEMPHEIGHT=105
  6. TEMPWIDTH=400
  7. SetTitle LauncherTitle
  8. // *** Prepare windows and graphics ***
  9. //Prepare LICENCE and all it's graphics
  10. NewWindow LICENCE
  11. LICENCE.StayOnTop=0
  12. LICENCE.Top=0
  13. LICENCE.Left=0
  14. LICENCE.Width=505
  15. LICENCE.Height=297
  16. LICENCE.Color=0
  17. LICENCE.CloseAfter=0
  18. LICENCE.Enabled=1
  19. //Prepare BACKGROUND2 graphic
  20. NewGraphic BACKGROUND2,LICENCE
  21. BACKGROUND2.Top=0
  22. BACKGROUND2.Left=0
  23. BACKGROUND2.Width=508
  24. BACKGROUND2.Height=300
  25. BACKGROUND2.FrameWidth=508
  26. BACKGROUND2.FrameHeight=300
  27. BACKGROUND2.CurrentFrame=1
  28. BACKGROUND2.Visible=1
  29. BACKGROUND2.Color=16777215
  30. BACKGROUND2.SingleMask=0
  31. BACKGROUND2.SingleHotSpot=0
  32. BACKGROUND2.Transparent=0
  33. BACKGROUND2.Stretch=0
  34. BACKGROUND2.ClickRepeatTime=0
  35. //Prepare DISAGREE graphic
  36. NewGraphic DISAGREE,LICENCE
  37. DISAGREE.Top=240
  38. DISAGREE.Left=120
  39. DISAGREE.Width=35
  40. DISAGREE.Height=34
  41. DISAGREE.FrameWidth=35
  42. DISAGREE.FrameHeight=34
  43. DISAGREE.CurrentFrame=1
  44. DISAGREE.Visible=1
  45. DISAGREE.Color=16777215
  46. DISAGREE.SingleMask=0
  47. DISAGREE.SingleHotSpot=0
  48. DISAGREE.Transparent=0
  49. DISAGREE.Stretch=0
  50. DISAGREE.ClickRepeatTime=0
  51. //Prepare UP graphic
  52. NewGraphic UP,LICENCE
  53. UP.Top=33
  54. UP.Left=390
  55. UP.Width=50
  56. UP.Height=50
  57. UP.FrameWidth=50
  58. UP.FrameHeight=50
  59. UP.CurrentFrame=1
  60. UP.Visible=1
  61. UP.Color=16777215
  62. UP.SingleMask=0
  63. UP.SingleHotSpot=0
  64. UP.Transparent=1
  65. UP.Stretch=0
  66. UP.ClickRepeatTime=0
  67. //Prepare DOWN graphic
  68. NewGraphic DOWN,LICENCE
  69. DOWN.Top=180
  70. DOWN.Left=390
  71. DOWN.Width=50
  72. DOWN.Height=50
  73. DOWN.FrameWidth=50
  74. DOWN.FrameHeight=50
  75. DOWN.CurrentFrame=1
  76. DOWN.Visible=1
  77. DOWN.Color=16777215
  78. DOWN.SingleMask=0
  79. DOWN.SingleHotSpot=0
  80. DOWN.Transparent=1
  81. DOWN.Stretch=0
  82. DOWN.ClickRepeatTime=0
  83. //Prepare AGREE graphic
  84. NewGraphic AGREE,LICENCE
  85. AGREE.Top=240
  86. AGREE.Left=70
  87. AGREE.Width=42
  88. AGREE.Height=34
  89. AGREE.FrameWidth=42
  90. AGREE.FrameHeight=34
  91. AGREE.CurrentFrame=1
  92. AGREE.Visible=1
  93. AGREE.Color=16777215
  94. AGREE.SingleMask=0
  95. AGREE.SingleHotSpot=0
  96. AGREE.Transparent=0
  97. AGREE.Stretch=0
  98. AGREE.ClickRepeatTime=0
  99. //Prepare LICENSEAGREEMENT graphic
  100. NewGraphic LICENSEAGREEMENT,LICENCE
  101. LICENSEAGREEMENT.Top=33
  102. LICENSEAGREEMENT.Left=70
  103. LICENSEAGREEMENT.Width=320
  104. LICENSEAGREEMENT.Height=197
  105. LICENSEAGREEMENT.FrameWidth=320
  106. LICENSEAGREEMENT.FrameHeight=1015
  107. LICENSEAGREEMENT.CurrentFrame=1
  108. LICENSEAGREEMENT.Visible=1
  109. LICENSEAGREEMENT.Color=16777215
  110. LICENSEAGREEMENT.SingleMask=0
  111. LICENSEAGREEMENT.SingleHotSpot=0
  112. LICENSEAGREEMENT.Transparent=1
  113. LICENSEAGREEMENT.Stretch=0
  114. LICENSEAGREEMENT.ClickRepeatTime=0
  115. //Prepare MAINWINDOW and all it's graphics
  116. NewWindow MAINWINDOW
  117. MAINWINDOW.StayOnTop=0
  118. MAINWINDOW.Top=17
  119. MAINWINDOW.Left=7
  120. MAINWINDOW.Width=505
  121. MAINWINDOW.Height=297
  122. MAINWINDOW.Color=16777215
  123. MAINWINDOW.CloseAfter=0
  124. MAINWINDOW.Enabled=1
  125. //Prepare BACKGROUND graphic
  126. NewGraphic BACKGROUND,MAINWINDOW
  127. BACKGROUND.Top=0
  128. BACKGROUND.Left=0
  129. BACKGROUND.Width=508
  130. BACKGROUND.Height=300
  131. BACKGROUND.FrameWidth=508
  132. BACKGROUND.FrameHeight=300
  133. BACKGROUND.CurrentFrame=1
  134. BACKGROUND.Visible=1
  135. BACKGROUND.Color=16777215
  136. BACKGROUND.SingleMask=0
  137. BACKGROUND.SingleHotSpot=0
  138. BACKGROUND.Transparent=0
  139. BACKGROUND.Stretch=0
  140. BACKGROUND.ClickRepeatTime=0
  141. //Prepare INTERNETTEXT graphic
  142. NewGraphic INTERNETTEXT,BACKGROUND
  143. INTERNETTEXT.Top=267
  144. INTERNETTEXT.Left=179
  145. INTERNETTEXT.Width=151
  146. INTERNETTEXT.Height=14
  147. INTERNETTEXT.FrameWidth=151
  148. INTERNETTEXT.FrameHeight=14
  149. INTERNETTEXT.CurrentFrame=1
  150. INTERNETTEXT.Visible=0
  151. INTERNETTEXT.Color=16777215
  152. INTERNETTEXT.SingleMask=0
  153. INTERNETTEXT.SingleHotSpot=0
  154. INTERNETTEXT.Transparent=1
  155. INTERNETTEXT.Stretch=0
  156. INTERNETTEXT.ClickRepeatTime=0
  157. //Prepare BOX1 graphic
  158. NewGraphic BOX1,MAINWINDOW
  159. BOX1.Top=83
  160. BOX1.Left=85
  161. BOX1.Width=114
  162. BOX1.Height=155
  163. BOX1.FrameWidth=114
  164. BOX1.FrameHeight=155
  165. BOX1.CurrentFrame=1
  166. BOX1.Visible=1
  167. BOX1.Color=16777215
  168. BOX1.SingleMask=0
  169. BOX1.SingleHotSpot=0
  170. BOX1.Transparent=1
  171. BOX1.Stretch=0
  172. BOX1.ClickRepeatTime=0
  173. //Prepare BOX1TEXT graphic
  174. NewGraphic BOX1TEXT,MAINWINDOW
  175. BOX1TEXT.Top=267
  176. BOX1TEXT.Left=218
  177. BOX1TEXT.Width=73
  178. BOX1TEXT.Height=14
  179. BOX1TEXT.FrameWidth=73
  180. BOX1TEXT.FrameHeight=14
  181. BOX1TEXT.CurrentFrame=1
  182. BOX1TEXT.Visible=0
  183. BOX1TEXT.Color=16777215
  184. BOX1TEXT.SingleMask=0
  185. BOX1TEXT.SingleHotSpot=0
  186. BOX1TEXT.Transparent=1
  187. BOX1TEXT.Stretch=0
  188. BOX1TEXT.ClickRepeatTime=0
  189. //Prepare BOX2 graphic
  190. NewGraphic BOX2,MAINWINDOW
  191. BOX2.Top=34
  192. BOX2.Left=270
  193. BOX2.Width=154
  194. BOX2.Height=200
  195. BOX2.FrameWidth=154
  196. BOX2.FrameHeight=200
  197. BOX2.CurrentFrame=1
  198. BOX2.Visible=1
  199. BOX2.Color=16777215
  200. BOX2.SingleMask=0
  201. BOX2.SingleHotSpot=0
  202. BOX2.Transparent=1
  203. BOX2.Stretch=0
  204. BOX2.ClickRepeatTime=0
  205. //Prepare LOGO graphic
  206. NewGraphic LOGO,MAINWINDOW
  207. LOGO.Top=15
  208. LOGO.Left=223
  209. LOGO.Width=63
  210. LOGO.Height=35
  211. LOGO.FrameWidth=63
  212. LOGO.FrameHeight=35
  213. LOGO.CurrentFrame=1
  214. LOGO.Visible=1
  215. LOGO.Color=16777215
  216. LOGO.SingleMask=0
  217. LOGO.SingleHotSpot=0
  218. LOGO.Transparent=0
  219. LOGO.Stretch=0
  220. LOGO.ClickRepeatTime=0
  221. //Prepare INTERNET graphic
  222. NewGraphic INTERNET,MAINWINDOW
  223. INTERNET.Top=257
  224. INTERNET.Left=43
  225. INTERNET.Width=32
  226. INTERNET.Height=30
  227. INTERNET.FrameWidth=32
  228. INTERNET.FrameHeight=30
  229. INTERNET.CurrentFrame=1
  230. INTERNET.Visible=1
  231. INTERNET.Color=16777215
  232. INTERNET.SingleMask=0
  233. INTERNET.SingleHotSpot=0
  234. INTERNET.Transparent=0
  235. INTERNET.Stretch=0
  236. INTERNET.ClickRepeatTime=0
  237. //Prepare REGISTER graphic
  238. NewGraphic REGISTER,MAINWINDOW
  239. REGISTER.Top=260
  240. REGISTER.Left=88
  241. REGISTER.Width=47
  242. REGISTER.Height=27
  243. REGISTER.FrameWidth=47
  244. REGISTER.FrameHeight=27
  245. REGISTER.CurrentFrame=1
  246. REGISTER.Visible=1
  247. REGISTER.Color=16777215
  248. REGISTER.SingleMask=0
  249. REGISTER.SingleHotSpot=0
  250. REGISTER.Transparent=0
  251. REGISTER.Stretch=0
  252. REGISTER.ClickRepeatTime=0
  253. //Prepare EXIT graphic
  254. NewGraphic EXIT,MAINWINDOW
  255. EXIT.Top=257
  256. EXIT.Left=428
  257. EXIT.Width=34
  258. EXIT.Height=32
  259. EXIT.FrameWidth=34
  260. EXIT.FrameHeight=32
  261. EXIT.CurrentFrame=1
  262. EXIT.Visible=1
  263. EXIT.Color=16777215
  264. EXIT.SingleMask=0
  265. EXIT.SingleHotSpot=0
  266. EXIT.Transparent=0
  267. EXIT.Stretch=0
  268. EXIT.ClickRepeatTime=0
  269. //Prepare REGISTERTEXT graphic
  270. NewGraphic REGISTERTEXT,MAINWINDOW
  271. REGISTERTEXT.Top=267
  272. REGISTERTEXT.Left=172
  273. REGISTERTEXT.Width=164
  274. REGISTERTEXT.Height=14
  275. REGISTERTEXT.FrameWidth=164
  276. REGISTERTEXT.FrameHeight=14
  277. REGISTERTEXT.CurrentFrame=1
  278. REGISTERTEXT.Visible=0
  279. REGISTERTEXT.Color=16777215
  280. REGISTERTEXT.SingleMask=0
  281. REGISTERTEXT.SingleHotSpot=0
  282. REGISTERTEXT.Transparent=1
  283. REGISTERTEXT.Stretch=0
  284. REGISTERTEXT.ClickRepeatTime=0
  285. //Prepare EXITTEXT graphic
  286. NewGraphic EXITTEXT,MAINWINDOW
  287. EXITTEXT.Top=267
  288. EXITTEXT.Left=244
  289. EXITTEXT.Width=21
  290. EXITTEXT.Height=14
  291. EXITTEXT.FrameWidth=21
  292. EXITTEXT.FrameHeight=14
  293. EXITTEXT.CurrentFrame=1
  294. EXITTEXT.Visible=0
  295. EXITTEXT.Color=16777215
  296. EXITTEXT.SingleMask=0
  297. EXITTEXT.SingleHotSpot=0
  298. EXITTEXT.Transparent=1
  299. EXITTEXT.Stretch=0
  300. EXITTEXT.ClickRepeatTime=0
  301. //Prepare LOGOTEXT graphic
  302. NewGraphic LOGOTEXT,MAINWINDOW
  303. LOGOTEXT.Top=267
  304. LOGOTEXT.Left=207
  305. LOGOTEXT.Width=94
  306. LOGOTEXT.Height=14
  307. LOGOTEXT.FrameWidth=94
  308. LOGOTEXT.FrameHeight=14
  309. LOGOTEXT.CurrentFrame=1
  310. LOGOTEXT.Visible=0
  311. LOGOTEXT.Color=16777215
  312. LOGOTEXT.SingleMask=0
  313. LOGOTEXT.SingleHotSpot=0
  314. LOGOTEXT.Transparent=1
  315. LOGOTEXT.Stretch=0
  316. LOGOTEXT.ClickRepeatTime=0
  317. //Prepare TECH graphic
  318. NewGraphic TECH,MAINWINDOW
  319. TECH.Top=258
  320. TECH.Left=376
  321. TECH.Width=36
  322. TECH.Height=30
  323. TECH.FrameWidth=36
  324. TECH.FrameHeight=30
  325. TECH.CurrentFrame=1
  326. TECH.Visible=1
  327. TECH.Color=16777215
  328. TECH.SingleMask=0
  329. TECH.SingleHotSpot=0
  330. TECH.Transparent=0
  331. TECH.Stretch=0
  332. TECH.ClickRepeatTime=0
  333. //Prepare TECHTEXT graphic
  334. NewGraphic TECHTEXT,MAINWINDOW
  335. TECHTEXT.Top=267
  336. TECHTEXT.Left=196
  337. TECHTEXT.Width=119
  338. TECHTEXT.Height=14
  339. TECHTEXT.FrameWidth=119
  340. TECHTEXT.FrameHeight=14
  341. TECHTEXT.CurrentFrame=1
  342. TECHTEXT.Visible=0
  343. TECHTEXT.Color=16777215
  344. TECHTEXT.SingleMask=0
  345. TECHTEXT.SingleHotSpot=0
  346. TECHTEXT.Transparent=1
  347. TECHTEXT.Stretch=0
  348. TECHTEXT.ClickRepeatTime=0
  349. //Prepare SEARCH graphic
  350. NewGraphic SEARCH,MAINWINDOW
  351. SEARCH.Top=267
  352. SEARCH.Left=184
  353. SEARCH.Width=141
  354. SEARCH.Height=14
  355. SEARCH.FrameWidth=141
  356. SEARCH.FrameHeight=14
  357. SEARCH.CurrentFrame=1
  358. SEARCH.Visible=0
  359. SEARCH.Color=16777215
  360. SEARCH.SingleMask=0
  361. SEARCH.SingleHotSpot=0
  362. SEARCH.Transparent=1
  363. SEARCH.Stretch=0
  364. SEARCH.ClickRepeatTime=0
  365. //Prepare BOX2TEXT graphic
  366. NewGraphic BOX2TEXT,MAINWINDOW
  367. BOX2TEXT.Top=267
  368. BOX2TEXT.Left=184
  369. BOX2TEXT.Width=141
  370. BOX2TEXT.Height=14
  371. BOX2TEXT.FrameWidth=141
  372. BOX2TEXT.FrameHeight=14
  373. BOX2TEXT.CurrentFrame=1
  374. BOX2TEXT.Visible=0
  375. BOX2TEXT.Color=16777215
  376. BOX2TEXT.SingleMask=0
  377. BOX2TEXT.SingleHotSpot=0
  378. BOX2TEXT.Transparent=1
  379. BOX2TEXT.Stretch=0
  380. BOX2TEXT.ClickRepeatTime=0
  381. //Prepare PROGRAMTEXT graphic
  382. NewGraphic PROGRAMTEXT,MAINWINDOW
  383. PROGRAMTEXT.Top=267
  384. PROGRAMTEXT.Left=226
  385. PROGRAMTEXT.Width=57
  386. PROGRAMTEXT.Height=14
  387. PROGRAMTEXT.FrameWidth=57
  388. PROGRAMTEXT.FrameHeight=14
  389. PROGRAMTEXT.CurrentFrame=1
  390. PROGRAMTEXT.Visible=1
  391. PROGRAMTEXT.Color=16777215
  392. PROGRAMTEXT.SingleMask=0
  393. PROGRAMTEXT.SingleHotSpot=0
  394. PROGRAMTEXT.Transparent=1
  395. PROGRAMTEXT.Stretch=0
  396. PROGRAMTEXT.ClickRepeatTime=0
  397. //Prepare REGISTRATION and all it's graphics
  398. NewWindow REGISTRATION
  399. REGISTRATION.StayOnTop=0
  400. REGISTRATION.Top=11
  401. REGISTRATION.Left=17
  402. REGISTRATION.Width=505
  403. REGISTRATION.Height=297
  404. REGISTRATION.Color=0
  405. REGISTRATION.CloseAfter=0
  406. REGISTRATION.Enabled=1
  407. //Prepare BACKGROUND3 graphic
  408. NewGraphic BACKGROUND3,REGISTRATION
  409. BACKGROUND3.Top=0
  410. BACKGROUND3.Left=0
  411. BACKGROUND3.Width=508
  412. BACKGROUND3.Height=300
  413. BACKGROUND3.FrameWidth=508
  414. BACKGROUND3.FrameHeight=300
  415. BACKGROUND3.CurrentFrame=1
  416. BACKGROUND3.Visible=1
  417. BACKGROUND3.Color=16777215
  418. BACKGROUND3.SingleMask=0
  419. BACKGROUND3.SingleHotSpot=0
  420. BACKGROUND3.Transparent=0
  421. BACKGROUND3.Stretch=0
  422. BACKGROUND3.ClickRepeatTime=0
  423. //Prepare ONLINEFORM graphic
  424. NewGraphic ONLINEFORM,BACKGROUND3
  425. ONLINEFORM.Top=227
  426. ONLINEFORM.Left=105
  427. ONLINEFORM.Width=26
  428. ONLINEFORM.Height=25
  429. ONLINEFORM.FrameWidth=26
  430. ONLINEFORM.FrameHeight=25
  431. ONLINEFORM.CurrentFrame=1
  432. ONLINEFORM.Visible=1
  433. ONLINEFORM.Color=16777215
  434. ONLINEFORM.SingleMask=0
  435. ONLINEFORM.SingleHotSpot=0
  436. ONLINEFORM.Transparent=1
  437. ONLINEFORM.Stretch=0
  438. ONLINEFORM.ClickRepeatTime=0
  439. //Prepare TEXT graphic
  440. NewGraphic TEXT,REGISTRATION
  441. TEXT.Top=90
  442. TEXT.Left=62
  443. TEXT.Width=400
  444. TEXT.Height=105
  445. TEXT.FrameWidth=400
  446. TEXT.FrameHeight=105
  447. TEXT.CurrentFrame=1
  448. TEXT.Visible=1
  449. TEXT.Color=16777215
  450. TEXT.SingleMask=0
  451. TEXT.SingleHotSpot=0
  452. TEXT.Transparent=1
  453. TEXT.Stretch=0
  454. TEXT.ClickRepeatTime=0
  455. //Prepare AGREE2 graphic
  456. NewGraphic AGREE2,REGISTRATION
  457. AGREE2.Top=220
  458. AGREE2.Left=368
  459. AGREE2.Width=42
  460. AGREE2.Height=34
  461. AGREE2.FrameWidth=42
  462. AGREE2.FrameHeight=34
  463. AGREE2.CurrentFrame=1
  464. AGREE2.Visible=1
  465. AGREE2.Color=16777215
  466. AGREE2.SingleMask=0
  467. AGREE2.SingleHotSpot=0
  468. AGREE2.Transparent=1
  469. AGREE2.Stretch=0
  470. AGREE2.ClickRepeatTime=0
  471. //Prepare HEADINGTEXT graphic
  472. NewGraphic HEADINGTEXT,REGISTRATION
  473. HEADINGTEXT.Top=53
  474. HEADINGTEXT.Left=64
  475. HEADINGTEXT.Width=388
  476. HEADINGTEXT.Height=24
  477. HEADINGTEXT.FrameWidth=388
  478. HEADINGTEXT.FrameHeight=24
  479. HEADINGTEXT.CurrentFrame=1
  480. HEADINGTEXT.Visible=1
  481. HEADINGTEXT.Color=16777215
  482. HEADINGTEXT.SingleMask=0
  483. HEADINGTEXT.SingleHotSpot=0
  484. HEADINGTEXT.Transparent=1
  485. HEADINGTEXT.Stretch=0
  486. HEADINGTEXT.ClickRepeatTime=0
  487. //Prepare CHECKBOX graphic
  488. NewGraphic CHECKBOX,REGISTRATION
  489. CHECKBOX.Top=261
  490. CHECKBOX.Left=340
  491. CHECKBOX.Width=14
  492. CHECKBOX.Height=13
  493. CHECKBOX.FrameWidth=13
  494. CHECKBOX.FrameHeight=13
  495. CHECKBOX.CurrentFrame=1
  496. CHECKBOX.Visible=1
  497. CHECKBOX.Color=16777215
  498. CHECKBOX.SingleMask=0
  499. CHECKBOX.SingleHotSpot=0
  500. CHECKBOX.Transparent=0
  501. CHECKBOX.Stretch=0
  502. CHECKBOX.ClickRepeatTime=0
  503. //Prepare REMIND graphic
  504. NewGraphic REMIND,REGISTRATION
  505. REMIND.Top=260
  506. REMIND.Left=357
  507. REMIND.Width=77
  508. REMIND.Height=14
  509. REMIND.FrameWidth=77
  510. REMIND.FrameHeight=14
  511. REMIND.CurrentFrame=1
  512. REMIND.Visible=1
  513. REMIND.Color=16777215
  514. REMIND.SingleMask=0
  515. REMIND.SingleHotSpot=0
  516. REMIND.Transparent=1
  517. REMIND.Stretch=0
  518. REMIND.ClickRepeatTime=0
  519. //Prepare FORM graphic
  520. NewGraphic FORM,REGISTRATION
  521. FORM.Top=223
  522. FORM.Left=237
  523. FORM.Width=34
  524. FORM.Height=33
  525. FORM.FrameWidth=34
  526. FORM.FrameHeight=33
  527. FORM.CurrentFrame=1
  528. FORM.Visible=1
  529. FORM.Color=16777215
  530. FORM.SingleMask=0
  531. FORM.SingleHotSpot=0
  532. FORM.Transparent=1
  533. FORM.Stretch=0
  534. FORM.ClickRepeatTime=0
  535. //Prepare ONLINEFORMTEXT graphic
  536. NewGraphic ONLINEFORMTEXT,REGISTRATION
  537. ONLINEFORMTEXT.Top=260
  538. ONLINEFORMTEXT.Left=74
  539. ONLINEFORMTEXT.Width=85
  540. ONLINEFORMTEXT.Height=14
  541. ONLINEFORMTEXT.FrameWidth=85
  542. ONLINEFORMTEXT.FrameHeight=14
  543. ONLINEFORMTEXT.CurrentFrame=1
  544. ONLINEFORMTEXT.Visible=1
  545. ONLINEFORMTEXT.Color=16777215
  546. ONLINEFORMTEXT.SingleMask=0
  547. ONLINEFORMTEXT.SingleHotSpot=0
  548. ONLINEFORMTEXT.Transparent=1
  549. ONLINEFORMTEXT.Stretch=0
  550. ONLINEFORMTEXT.ClickRepeatTime=0
  551. //Prepare FORMTEXT graphic
  552. NewGraphic FORMTEXT,REGISTRATION
  553. FORMTEXT.Top=260
  554. FORMTEXT.Left=196
  555. FORMTEXT.Width=116
  556. FORMTEXT.Height=14
  557. FORMTEXT.FrameWidth=116
  558. FORMTEXT.FrameHeight=14
  559. FORMTEXT.CurrentFrame=1
  560. FORMTEXT.Visible=1
  561. FORMTEXT.Color=16777215
  562. FORMTEXT.SingleMask=0
  563. FORMTEXT.SingleHotSpot=0
  564. FORMTEXT.Transparent=1
  565. FORMTEXT.Stretch=0
  566. FORMTEXT.ClickRepeatTime=0
  567. //Prepare SPLASH1 and all it's graphics
  568. NewWindow SPLASH1
  569. SPLASH1.StayOnTop=0
  570. SPLASH1.Top=0
  571. SPLASH1.Left=-1
  572. SPLASH1.Width=364
  573. SPLASH1.Height=208
  574. SPLASH1.Color=0
  575. SPLASH1.CloseAfter=2000
  576. SPLASH1.Enabled=1
  577. //Prepare GSPLOGO graphic
  578. NewGraphic GSPLOGO,SPLASH1
  579. GSPLOGO.Top=0
  580. GSPLOGO.Left=-1
  581. GSPLOGO.Width=365
  582. GSPLOGO.Height=208
  583. GSPLOGO.FrameWidth=365
  584. GSPLOGO.FrameHeight=208
  585. GSPLOGO.CurrentFrame=1
  586. GSPLOGO.Visible=1
  587. GSPLOGO.Color=16777215
  588. GSPLOGO.SingleMask=0
  589. GSPLOGO.SingleHotSpot=0
  590. GSPLOGO.Transparent=0
  591. GSPLOGO.Stretch=0
  592. GSPLOGO.ClickRepeatTime=0
  593. // *** Load up some images and stuff ***
  594. TempWidth=EXIT.Width //Preserve the sprite's width and height
  595. TempHeight=EXIT.Height // As the next statement may try to change them
  596. EXIT.LoadFrame 1,"gsp_run.dat:Exit2.bmp"
  597. EXIT.Width=TempWidth //Now restore the sprite's width and height
  598. EXIT.Height=TempHeight
  599. TempWidth=EXIT.Width //Preserve the sprite's width and height
  600. TempHeight=EXIT.Height // As the next statement may try to change them
  601. EXIT.LoadFrame 2,"gsp_run.dat:Exit1.bmp"
  602. EXIT.Width=TempWidth //Now restore the sprite's width and height
  603. EXIT.Height=TempHeight
  604. TempWidth=EXITTEXT.Width //Preserve the sprite's width and height
  605. TempHeight=EXITTEXT.Height // As the next statement may try to change them
  606. EXITTEXT.LoadFrame 1,"gsp_run.dat:text4.bmp"
  607. EXITTEXT.Width=TempWidth //Now restore the sprite's width and height
  608. EXITTEXT.Height=TempHeight
  609. TempWidth=LOGOTEXT.Width //Preserve the sprite's width and height
  610. TempHeight=LOGOTEXT.Height // As the next statement may try to change them
  611. LOGOTEXT.LoadFrame 1,"gsp_run.dat:text5.bmp"
  612. LOGOTEXT.Width=TempWidth //Now restore the sprite's width and height
  613. LOGOTEXT.Height=TempHeight
  614. TempWidth=TECH.Width //Preserve the sprite's width and height
  615. TempHeight=TECH.Height // As the next statement may try to change them
  616. TECH.LoadFrame 1,"gsp_run.dat:chip2.bmp"
  617. TECH.Width=TempWidth //Now restore the sprite's width and height
  618. TECH.Height=TempHeight
  619. TempWidth=TECH.Width //Preserve the sprite's width and height
  620. TempHeight=TECH.Height // As the next statement may try to change them
  621. TECH.LoadFrame 2,"gsp_run.dat:chip1.bmp"
  622. TECH.Width=TempWidth //Now restore the sprite's width and height
  623. TECH.Height=TempHeight
  624. TempWidth=SEARCH.Width //Preserve the sprite's width and height
  625. TempHeight=SEARCH.Height // As the next statement may try to change them
  626. SEARCH.LoadFrame 1,"gsp_run.dat:text7.bmp"
  627. SEARCH.Width=TempWidth //Now restore the sprite's width and height
  628. SEARCH.Height=TempHeight
  629. SPLASH1.LoadShape "gsp_run.dat:gsp2mask.rgn"
  630. TempWidth=GSPLOGO.Width //Preserve the sprite's width and height
  631. TempHeight=GSPLOGO.Height // As the next statement may try to change them
  632. GSPLOGO.LoadFrame 1,"gsp_run.dat:gsp22.bmp"
  633. GSPLOGO.Width=TempWidth //Now restore the sprite's width and height
  634. GSPLOGO.Height=TempHeight
  635. MAINWINDOW.LoadShape "gsp_run.dat:Background.rgn"
  636. TempWidth=BOX1.Width //Preserve the sprite's width and height
  637. TempHeight=BOX1.Height // As the next statement may try to change them
  638. BOX1.LoadFrame 1,"gsp_run.dat:program2.jpg"
  639. BOX1.Width=TempWidth //Now restore the sprite's width and height
  640. BOX1.Height=TempHeight
  641. TempWidth=BOX1.Width //Preserve the sprite's width and height
  642. TempHeight=BOX1.Height // As the next statement may try to change them
  643. BOX1.LoadFrame 2,"gsp_run.dat:program.jpg"
  644. BOX1.Width=TempWidth //Now restore the sprite's width and height
  645. BOX1.Height=TempHeight
  646. TempWidth=BOX2.Width //Preserve the sprite's width and height
  647. TempHeight=BOX2.Height // As the next statement may try to change them
  648. BOX2.LoadFrame 1,"gsp_run.dat:Manual2.jpg"
  649. BOX2.Width=TempWidth //Now restore the sprite's width and height
  650. BOX2.Height=TempHeight
  651. TempWidth=BOX2.Width //Preserve the sprite's width and height
  652. TempHeight=BOX2.Height // As the next statement may try to change them
  653. BOX2.LoadFrame 2,"gsp_run.dat:Manual.jpg"
  654. BOX2.Width=TempWidth //Now restore the sprite's width and height
  655. BOX2.Height=TempHeight
  656. TempWidth=TECHTEXT.Width //Preserve the sprite's width and height
  657. TempHeight=TECHTEXT.Height // As the next statement may try to change them
  658. TECHTEXT.LoadFrame 1,"gsp_run.dat:text6.bmp"
  659. TECHTEXT.Width=TempWidth //Now restore the sprite's width and height
  660. TECHTEXT.Height=TempHeight
  661. TempWidth=BACKGROUND.Width //Preserve the sprite's width and height
  662. TempHeight=BACKGROUND.Height // As the next statement may try to change them
  663. BACKGROUND.LoadFrame 1,"gsp_run.dat:Background.bmp"
  664. BACKGROUND.Width=TempWidth //Now restore the sprite's width and height
  665. BACKGROUND.Height=TempHeight
  666. TempWidth=REGISTER.Width //Preserve the sprite's width and height
  667. TempHeight=REGISTER.Height // As the next statement may try to change them
  668. REGISTER.LoadFrame 1,"gsp_run.dat:hands2.jpg"
  669. REGISTER.Width=TempWidth //Now restore the sprite's width and height
  670. REGISTER.Height=TempHeight
  671. TempWidth=REGISTER.Width //Preserve the sprite's width and height
  672. TempHeight=REGISTER.Height // As the next statement may try to change them
  673. REGISTER.LoadFrame 2,"gsp_run.dat:hands.jpg"
  674. REGISTER.Width=TempWidth //Now restore the sprite's width and height
  675. REGISTER.Height=TempHeight
  676. TempWidth=INTERNET.Width //Preserve the sprite's width and height
  677. TempHeight=INTERNET.Height // As the next statement may try to change them
  678. INTERNET.LoadFrame 1,"gsp_run.dat:spanner2.jpg"
  679. INTERNET.Width=TempWidth //Now restore the sprite's width and height
  680. INTERNET.Height=TempHeight
  681. TempWidth=INTERNET.Width //Preserve the sprite's width and height
  682. TempHeight=INTERNET.Height // As the next statement may try to change them
  683. INTERNET.LoadFrame 2,"gsp_run.dat:spanner.jpg"
  684. INTERNET.Width=TempWidth //Now restore the sprite's width and height
  685. INTERNET.Height=TempHeight
  686. LICENCE.LoadShape "gsp_run.dat:Background2.rgn"
  687. TempWidth=UP.Width //Preserve the sprite's width and height
  688. TempHeight=UP.Height // As the next statement may try to change them
  689. UP.LoadFrame 1,"gsp_run.dat:up2.jpg"
  690. UP.Width=TempWidth //Now restore the sprite's width and height
  691. UP.Height=TempHeight
  692. TempWidth=UP.Width //Preserve the sprite's width and height
  693. TempHeight=UP.Height // As the next statement may try to change them
  694. UP.LoadFrame 2,"gsp_run.dat:up.jpg"
  695. UP.Width=TempWidth //Now restore the sprite's width and height
  696. UP.Height=TempHeight
  697. TempWidth=DOWN.Width //Preserve the sprite's width and height
  698. TempHeight=DOWN.Height // As the next statement may try to change them
  699. DOWN.LoadFrame 1,"gsp_run.dat:down2.jpg"
  700. DOWN.Width=TempWidth //Now restore the sprite's width and height
  701. DOWN.Height=TempHeight
  702. TempWidth=DOWN.Width //Preserve the sprite's width and height
  703. TempHeight=DOWN.Height // As the next statement may try to change them
  704. DOWN.LoadFrame 2,"gsp_run.dat:down.jpg"
  705. DOWN.Width=TempWidth //Now restore the sprite's width and height
  706. DOWN.Height=TempHeight
  707. REGISTRATION.LoadShape "gsp_run.dat:Background21.rgn"
  708. TempWidth=HEADINGTEXT.Width //Preserve the sprite's width and height
  709. TempHeight=HEADINGTEXT.Height // As the next statement may try to change them
  710. HEADINGTEXT.LoadFrame 1,"gsp_run.dat:text12.bmp"
  711. HEADINGTEXT.Width=TempWidth //Now restore the sprite's width and height
  712. HEADINGTEXT.Height=TempHeight
  713. TempWidth=CHECKBOX.Width //Preserve the sprite's width and height
  714. TempHeight=CHECKBOX.Height // As the next statement may try to change them
  715. CHECKBOX.LoadFrame 1,"gsp_run.dat:checkboxticked.bmp"
  716. CHECKBOX.Width=TempWidth //Now restore the sprite's width and height
  717. CHECKBOX.Height=TempHeight
  718. TempWidth=CHECKBOX.Width //Preserve the sprite's width and height
  719. TempHeight=CHECKBOX.Height // As the next statement may try to change them
  720. CHECKBOX.LoadFrame 2,"gsp_run.dat:checkboxunticked.bmp"
  721. CHECKBOX.Width=TempWidth //Now restore the sprite's width and height
  722. CHECKBOX.Height=TempHeight
  723. TempWidth=DISAGREE.Width //Preserve the sprite's width and height
  724. TempHeight=DISAGREE.Height // As the next statement may try to change them
  725. DISAGREE.LoadFrame 1,"gsp_run.dat:cross2.jpg"
  726. DISAGREE.Width=TempWidth //Now restore the sprite's width and height
  727. DISAGREE.Height=TempHeight
  728. TempWidth=DISAGREE.Width //Preserve the sprite's width and height
  729. TempHeight=DISAGREE.Height // As the next statement may try to change them
  730. DISAGREE.LoadFrame 2,"gsp_run.dat:cross.jpg"
  731. DISAGREE.Width=TempWidth //Now restore the sprite's width and height
  732. DISAGREE.Height=TempHeight
  733. TempWidth=AGREE.Width //Preserve the sprite's width and height
  734. TempHeight=AGREE.Height // As the next statement may try to change them
  735. AGREE.LoadFrame 1,"gsp_run.dat:tick2.jpg"
  736. AGREE.Width=TempWidth //Now restore the sprite's width and height
  737. AGREE.Height=TempHeight
  738. TempWidth=AGREE.Width //Preserve the sprite's width and height
  739. TempHeight=AGREE.Height // As the next statement may try to change them
  740. AGREE.LoadFrame 2,"gsp_run.dat:tick.jpg"
  741. AGREE.Width=TempWidth //Now restore the sprite's width and height
  742. AGREE.Height=TempHeight
  743. TempWidth=BACKGROUND2.Width //Preserve the sprite's width and height
  744. TempHeight=BACKGROUND2.Height // As the next statement may try to change them
  745. BACKGROUND2.LoadFrame 1,"gsp_run.dat:Background4.bmp"
  746. BACKGROUND2.Width=TempWidth //Now restore the sprite's width and height
  747. BACKGROUND2.Height=TempHeight
  748. TempWidth=BACKGROUND3.Width //Preserve the sprite's width and height
  749. TempHeight=BACKGROUND3.Height // As the next statement may try to change them
  750. BACKGROUND3.LoadFrame 1,"gsp_run.dat:Background3.bmp"
  751. BACKGROUND3.Width=TempWidth //Now restore the sprite's width and height
  752. BACKGROUND3.Height=TempHeight
  753. TempWidth=INTERNETTEXT.Width //Preserve the sprite's width and height
  754. TempHeight=INTERNETTEXT.Height // As the next statement may try to change them
  755. INTERNETTEXT.LoadFrame 1,"gsp_run.dat:text2.bmp"
  756. INTERNETTEXT.Width=TempWidth //Now restore the sprite's width and height
  757. INTERNETTEXT.Height=TempHeight
  758. TempWidth=REGISTERTEXT.Width //Preserve the sprite's width and height
  759. TempHeight=REGISTERTEXT.Height // As the next statement may try to change them
  760. REGISTERTEXT.LoadFrame 1,"gsp_run.dat:text3.bmp"
  761. REGISTERTEXT.Width=TempWidth //Now restore the sprite's width and height
  762. REGISTERTEXT.Height=TempHeight
  763. TempWidth=LOGO.Width //Preserve the sprite's width and height
  764. TempHeight=LOGO.Height // As the next statement may try to change them
  765. LOGO.LoadFrame 1,"gsp_run.dat:gsp2.bmp"
  766. LOGO.Width=TempWidth //Now restore the sprite's width and height
  767. LOGO.Height=TempHeight
  768. TempWidth=BOX1TEXT.Width //Preserve the sprite's width and height
  769. TempHeight=BOX1TEXT.Height // As the next statement may try to change them
  770. BOX1TEXT.LoadFrame 1,"gsp_run.dat:text1.bmp"
  771. BOX1TEXT.Width=TempWidth //Now restore the sprite's width and height
  772. BOX1TEXT.Height=TempHeight
  773. TempWidth=BOX2TEXT.Width //Preserve the sprite's width and height
  774. TempHeight=BOX2TEXT.Height // As the next statement may try to change them
  775. BOX2TEXT.LoadFrame 1,"gsp_run.dat:text8.bmp"
  776. BOX2TEXT.Width=TempWidth //Now restore the sprite's width and height
  777. BOX2TEXT.Height=TempHeight
  778. TempWidth=FORMTEXT.Width //Preserve the sprite's width and height
  779. TempHeight=FORMTEXT.Height // As the next statement may try to change them
  780. FORMTEXT.LoadFrame 1,"gsp_run.dat:text15.bmp"
  781. FORMTEXT.Width=TempWidth //Now restore the sprite's width and height
  782. FORMTEXT.Height=TempHeight
  783. TempWidth=REMIND.Width //Preserve the sprite's width and height
  784. TempHeight=REMIND.Height // As the next statement may try to change them
  785. REMIND.LoadFrame 1,"gsp_run.dat:text13.bmp"
  786. REMIND.Width=TempWidth //Now restore the sprite's width and height
  787. REMIND.Height=TempHeight
  788. TempWidth=LICENSEAGREEMENT.Width //Preserve the sprite's width and height
  789. TempHeight=LICENSEAGREEMENT.Height // As the next statement may try to change them
  790. LICENSEAGREEMENT.LoadFrame 1,"gsp_run.dat:text10.bmp"
  791. LICENSEAGREEMENT.Width=TempWidth //Now restore the sprite's width and height
  792. LICENSEAGREEMENT.Height=TempHeight
  793. TempWidth=FORM.Width //Preserve the sprite's width and height
  794. TempHeight=FORM.Height // As the next statement may try to change them
  795. FORM.LoadFrame 1,"gsp_run.dat:Envelope2.bmp"
  796. FORM.Width=TempWidth //Now restore the sprite's width and height
  797. FORM.Height=TempHeight
  798. TempWidth=FORM.Width //Preserve the sprite's width and height
  799. TempHeight=FORM.Height // As the next statement may try to change them
  800. FORM.LoadFrame 2,"gsp_run.dat:Envelope1.bmp"
  801. FORM.Width=TempWidth //Now restore the sprite's width and height
  802. FORM.Height=TempHeight
  803. TempWidth=ONLINEFORM.Width //Preserve the sprite's width and height
  804. TempHeight=ONLINEFORM.Height // As the next statement may try to change them
  805. ONLINEFORM.LoadFrame 1,"gsp_run.dat:Internet2.bmp"
  806. ONLINEFORM.Width=TempWidth //Now restore the sprite's width and height
  807. ONLINEFORM.Height=TempHeight
  808. TempWidth=ONLINEFORM.Width //Preserve the sprite's width and height
  809. TempHeight=ONLINEFORM.Height // As the next statement may try to change them
  810. ONLINEFORM.LoadFrame 2,"gsp_run.dat:Internet1.bmp"
  811. ONLINEFORM.Width=TempWidth //Now restore the sprite's width and height
  812. ONLINEFORM.Height=TempHeight
  813. TempWidth=AGREE2.Width //Preserve the sprite's width and height
  814. TempHeight=AGREE2.Height // As the next statement may try to change them
  815. AGREE2.LoadFrame 1,"gsp_run.dat:tick22.jpg"
  816. AGREE2.Width=TempWidth //Now restore the sprite's width and height
  817. AGREE2.Height=TempHeight
  818. TempWidth=ONLINEFORMTEXT.Width //Preserve the sprite's width and height
  819. TempHeight=ONLINEFORMTEXT.Height // As the next statement may try to change them
  820. ONLINEFORMTEXT.LoadFrame 1,"gsp_run.dat:text14.bmp"
  821. ONLINEFORMTEXT.Width=TempWidth //Now restore the sprite's width and height
  822. ONLINEFORMTEXT.Height=TempHeight
  823. TempWidth=AGREE2.Width //Preserve the sprite's width and height
  824. TempHeight=AGREE2.Height // As the next statement may try to change them
  825. AGREE2.LoadFrame 2,"gsp_run.dat:tick3.jpg"
  826. AGREE2.Width=TempWidth //Now restore the sprite's width and height
  827. AGREE2.Height=TempHeight
  828. TempWidth=TEXT.Width //Preserve the sprite's width and height
  829. TempHeight=TEXT.Height // As the next statement may try to change them
  830. TEXT.LoadFrame 1,"gsp_run.dat:text11.bmp"
  831. TEXT.Width=TempWidth //Now restore the sprite's width and height
  832. TEXT.Height=TempHeight
  833. TempWidth=PROGRAMTEXT.Width //Preserve the sprite's width and height
  834. TempHeight=PROGRAMTEXT.Height // As the next statement may try to change them
  835. PROGRAMTEXT.LoadFrame 1,"gsp_run.dat:text9.bmp"
  836. PROGRAMTEXT.Width=TempWidth //Now restore the sprite's width and height
  837. PROGRAMTEXT.Height=TempHeight
  838. // *** Hotspots, animations, scroll to lists and applications defined here ***
  839. NewApplication APPLICATION1
  840. APPLICATION1.Description="Print Pack"
  841. APPLICATION1.DirectFromCD=0
  842. APPLICATION1.DirectFromCDFilename="D:\ProgramName.exe"
  843. APPLICATION1.DirectFromCDParameters=""
  844. APPLICATION1.InstallerFilename="D:\Setup.exe"
  845. APPLICATION1.UniqueFilename="Print Pack.lnk"
  846. APPLICATION1.FileToRun="Print Pack.lnk"
  847. APPLICATION1.FileToRunParameters=""
  848. APPLICATION1.CloseLauncherAfterRunning=1
  849. APPLICATION1.UniqueNumber="1"
  850. NewApplication APPLICATION2
  851. APPLICATION2.Description="Manual"
  852. APPLICATION2.DirectFromCD=1
  853. APPLICATION2.DirectFromCDFilename="D:\Manual\Uk\Manual.exe"
  854. APPLICATION2.DirectFromCDParameters=""
  855. APPLICATION2.InstallerFilename="D:\Setup.exe"
  856. APPLICATION2.UniqueFilename="Manual.lnk"
  857. APPLICATION2.FileToRun="Manual.lnk"
  858. APPLICATION2.FileToRunParameters=""
  859. APPLICATION2.CloseLauncherAfterRunning=0
  860. APPLICATION2.UniqueNumber="2"
  861.  
  862. [Start]
  863. REGISTRATION.Center
  864. LICENCE.Center
  865. SPLASH1.Center
  866. SPLASH1.visible=1
  867. MainWindow.Center
  868.  
  869. [SPLASH1_hide]
  870. LICENCE.visible=1
  871.  
  872. [agree_mouseenter]
  873. agree.currentframe=2
  874.  
  875. [agree_mouseexit]
  876. agree.currentframe=1
  877.  
  878. [agree2_mouseenter]
  879. agree2.currentframe=2
  880.  
  881. [agree2_mouseexit]
  882. agree2.currentframe=1
  883.  
  884. [disagree_mouseenter]
  885. disagree.currentframe=2
  886.  
  887. [disagree_mouseexit]
  888. disagree.currentframe=1
  889.  
  890. [form_mouseenter]
  891. form.currentframe=2
  892.  
  893. [form_mouseexit]
  894. form.currentframe=1
  895.  
  896. [form_click]
  897. openfile "registration.htm"
  898. RegistrationValue="REGISTERED"
  899. SaveToINI "GSPCD0000A",RegistrationValue
  900. Registration.Visible=0
  901. MainWindow.Visible=1
  902.  
  903. [onlineform_mouseenter]
  904. onlineform.currentframe=2
  905.  
  906. [onlineform_mouseexit]
  907. onlineform.currentframe=1
  908.  
  909. [onlineform_click]
  910. openfile "http://www.gsp.cc/register"
  911. RegistrationValue="REGISTERED"
  912. SaveToINI "GSPCD0000A",RegistrationValue
  913. Registration.Visible=0
  914. MainWindow.Visible=1
  915.  
  916. [agree_click]
  917. Licence.Visible=0
  918. RegistrationValue="UNREGISTERED"
  919. LoadFromINI "GSPCD0000A",RegistrationValue
  920. If RegistrationValue="UNREGISTERED" then
  921.   Registration.Visible=1
  922. endif
  923. If Registration.Visible=0 then
  924.   MainWindow.Visible=1
  925. endif
  926.  
  927. [agree2_click]
  928. Registration.Visible=0
  929. MainWindow.Visible=1
  930. if CheckBox.CurrentFrame=1 then //ticked
  931.   RegistrationValue="UNREGISTERED"
  932.   SaveToINI "GSPCD0000A",RegistrationValue
  933. endif
  934. if CheckBox.CurrentFrame=2 then //unticked
  935.   RegistrationValue="NEVER REGISTER"
  936.   SaveToINI "GSPCD0000A",RegistrationValue
  937. endif
  938.  
  939. [disagree_click]
  940. closelauncher
  941.  
  942. [CheckBox_Click]
  943. IveChangedTheStateOfTheCheckBox=0
  944. if CheckBox.CurrentFrame=1 then
  945.   CheckBox.CurrentFrame=2
  946.   IveChangedTheStateOfTheCheckBox=1
  947. endif
  948. if IveChangedTheStateOfTheCheckBox=0 then
  949.   CheckBox.CurrentFrame=1
  950. endif
  951.  
  952. [up_mouseenter]
  953. up.currentframe=2
  954.  
  955. [up_mouseexit]
  956. up.currentframe=1
  957.  
  958. [up_click]
  959. LicenseAgreement.Scroll 0,120,350
  960.  
  961. [down_mouseenter]
  962. down.currentframe=2
  963.  
  964. [down_mouseexit]
  965. down.currentframe=1
  966.  
  967. [down_click]
  968. LicenseAgreement.Scroll 0,-120,350
  969.  
  970. [box1_mouseenter]
  971. box1text.visible=1
  972. box1.currentframe=2
  973. programtext.visible=0
  974.  
  975. [box1_mouseexit]
  976. box1text.visible=0
  977. box1.currentframe=1
  978. search.visible=0
  979. programtext.visible=1
  980.  
  981. [box1_click]
  982. box1text.visible=0
  983. search.visible=1
  984. Application1.launch
  985.  
  986. [box2_mouseenter]
  987. box2text.visible=1
  988. box2.currentframe=2
  989. programtext.visible=0
  990.  
  991. [box2_mouseexit]
  992. box2text.visible=0
  993. box2.currentframe=1
  994. search.visible=0
  995. programtext.visible=1
  996.  
  997. [box2_click]
  998. box2text.visible=0
  999. search.visible=1
  1000. Application2.launch
  1001.  
  1002. [Internet_mouseenter]
  1003. internet.currentframe=2
  1004. internettext.visible=1
  1005. programtext.visible=0
  1006.  
  1007. [Internet_mouseexit]
  1008. internet.currentframe=1
  1009. internettext.visible=0
  1010. programtext.visible=1
  1011.  
  1012. [Internet_click]
  1013. Openfile "http://www.gsp.cc/faq"
  1014.  
  1015. [Register_mouseenter]
  1016. Register.currentframe=2
  1017. Registertext.visible=1
  1018. programtext.visible=0
  1019.  
  1020. [Register_mouseexit]
  1021. Register.currentframe=1
  1022. Registertext.visible=0
  1023. programtext.visible=1
  1024.  
  1025. [Register_click]
  1026. OpenFile "http://www.gsp.cc/register"
  1027.  
  1028. [Tech_mouseenter]
  1029. tech.currentframe=2
  1030. techtext.visible=1
  1031. programtext.visible=0
  1032.  
  1033. [Tech_mouseexit]
  1034. tech.currentframe=1
  1035. techtext.visible=0
  1036. programtext.visible=1
  1037.  
  1038. [tech_click]
  1039. openfile "techhelp.exe"
  1040.  
  1041. [Exit_mouseenter]
  1042. exit.currentframe=2
  1043. exittext.visible=1
  1044. programtext.visible=0
  1045.  
  1046. [Exit_mouseexit]
  1047. exit.currentframe=1
  1048. exittext.visible=0
  1049. programtext.visible=1
  1050.  
  1051. [Exit_click]
  1052. closelauncher
  1053.  
  1054. [logo_mouseenter]
  1055. logotext.visible=1
  1056. programtext.visible=0
  1057.  
  1058. [logo_mouseexit]
  1059. logotext.visible=0
  1060. programtext.visible=1
  1061.  
  1062. [logo_click]
  1063. Openfile "http://www.gsp.cc"
  1064.